'宣言 Public Overloads Function For(Of TProperty As Class)( _ ByVal propSpec As System.Linq.Expressions.Expression(Of Func(Of T,IQueryable(Of TProperty))) _ ) As GridColumnLayout(Of TProperty)
public GridColumnLayout<TProperty> For<TProperty>( System.Linq.Expressions.Expression<Func<T,IQueryable<TProperty>>> propSpec ) where TProperty: class
オンラインで表示: GitHub